Figure 2
I hope you begin to see how amazing it is that all we have to do to implement a particular API endpoint is to use the
appropriate generic view. This is the benefit of using a ‘batteries included’ framework like DRF. The functionality
is available and just works. Developers don’t have to write much code to reinvent the wheel. We should appreciate
that this already performs the basic list and CRUD functionality we want.